home *** CD-ROM | disk | FTP | other *** search
- /* MenuItems.h generated from MenuItems.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #ifndef MENUITEMS_H
- #define MENUITEMS_H
-
- extern void menu_rect(float x, float y, float rect_height, float rect_width);
-
- extern void menu_pie(float x, float y, float ang, float angle_covered, float covered_radius, float menu_radius);
-
- extern void menu_pie_rect(float x, float y, float menu_radius, float angle, float width, float height);
-
- #endif MENUITEMS_H
-